func runtime.bootstrapRand

4 uses

	runtime (current package)
		alg.go#L460: 		hashkey[i] = uintptr(bootstrapRand())
		alg.go#L469: 		key[i] = bootstrapRand()
		rand.go#L121: func bootstrapRand() uint64 {
		rand.go#L191: 		seed[i] = bootstrapRand()